(normal-erase-is-backspace-mode): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 Apr 2001 13:34:32 +0000 (13:34 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 Apr 2001 13:34:32 +0000 (13:34 +0000)
lisp/simple.el

index 6f270128ce16d9551f7f9c1ae6e1e959691a9fbc..9d2d78a8f44d4075b0b3b3820b502ae0d2a357b8 100644 (file)
@@ -4076,7 +4076,7 @@ call `normal-erase-is-backspace-mode' (which see) instead."
 (defun normal-erase-is-backspace-mode (&optional arg)
   "Toggle the Erase and Delete mode of the Backspace and Delete keys.
 
-With numeric arg, turn the mode on if and only ARG is positive.
+With numeric arg, turn the mode on if and only if ARG is positive.
 
 On window systems, when this mode is on, Delete is mapped to C-d and
 Backspace is mapped to DEL; when this mode is off, both Delete and